github.com/andybalholm/brotli.Writer.last_bytes_bits_ (field)
16 uses
github.com/andybalholm/brotli (current package)
encode.go#L91: last_bytes_bits_ byte
encode.go#L536: s.last_bytes_bits_ = 0
encode.go#L553: encodeWindowBits(lgwin, s.params.large_window, &s.last_bytes_, &s.last_bytes_bits_)
encode.go#L786: var storage_ix uint = uint(s.last_bytes_bits_)
encode.go#L807: s.last_bytes_bits_ = byte(storage_ix & 7)
encode.go#L887: var storage_ix uint = uint(s.last_bytes_bits_)
encode.go#L892: s.last_bytes_bits_ = byte(storage_ix & 7)
encode.go#L923: storage_ix := uint(s.last_bytes_bits_)
encode.go#L927: s.last_bytes_bits_ = 0
encode.go#L951: var seal_bits uint = uint(s.last_bytes_bits_)
encode.go#L953: s.last_bytes_bits_ = 0
encode.go#L1001: if s.stream_state_ == streamFlushRequested && s.last_bytes_bits_ != 0 {
encode.go#L1015: var storage_ix uint = uint(s.last_bytes_bits_)
encode.go#L1042: s.last_bytes_bits_ = byte(storage_ix & 7)
encode.go#L1076: if s.stream_state_ == streamFlushRequested && s.last_bytes_bits_ != 0 {
encode.go#L1177: if s.stream_state_ == streamFlushRequested && s.last_bytes_bits_ != 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |